SixBit API Schema
saledateattrGroup Attribute Group
Description
Attributes to specify a range of dates a sale occurred.
Namespace (none)
Overview
saledateattrGroup
Attributes to specify a range of dates a sale occurred.
saledatefrom optional xs:date
The start date/time.
saledateto optional xs:date
The end date/time.
Attributes
NameTypeUseDefaultFixedDescription
saledatefromxs:dateoptional  The start date/time.
saledatetoxs:dateoptional  The end date/time.
Source
<xs:attributeGroup name="saledateattrGroup" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Attributes to specify a range of dates a sale occurred.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="saledatefrom" type="xs:date">
    <xs:annotation>
      <xs:documentation>The start date/time.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="saledateto" type="xs:date">
    <xs:annotation>
      <xs:documentation>The end date/time.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.